tegra2: Move tegra2_mmc_init() prototype to public header.
authorThierry Reding <[email protected]>
Thu, 17 Nov 2011 00:10:23 +0000 (00:10 +0000)
committerAlbert ARIBAUD <[email protected]>
Sat, 24 Dec 2011 09:23:31 +0000 (10:23 +0100)
commit977a39e60036ebd5783bb8cd712014dcfdfb8617
tree6cc50fcddacd23f7570e4e7c70f49425d2e41aee
parent0350c6b924146814ab5390dd5f74665088354a21
tegra2: Move tegra2_mmc_init() prototype to public header.

tegra2_mmc_init() is implemented by the Tegra2 MMC driver. Since most of
the Tegra2-based boards will need to call it, this commit exports it in
the new public asm/arch/mmc.h header file to prevent each board from
providing its own prototype.

Signed-off-by: Thierry Reding <[email protected]>
Acked-by: Stephen Warren <[email protected]>
Tested-by: Stephen Warren <[email protected]>
Acked-by: Simon Glass <[email protected]>
Signed-off-by: Tom Warren <[email protected]>
arch/arm/include/asm/arch-tegra2/mmc.h [new file with mode: 0644]
board/nvidia/common/board.h
board/nvidia/harmony/harmony.c
board/nvidia/seaboard/seaboard.c
drivers/mmc/tegra2_mmc.h